From: Jakub Steiner Date: Thu, 13 Apr 2017 17:38:53 +0000 (+0200) Subject: style entry-tags X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~580 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=dfe993ff1d1c05b3e95c79d72f7ef8e69ad644b7;p=gtk%2B3.0.git style entry-tags https://bugzilla.gnome.org/show_bug.cgi?id=781214 --- diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index afae24a8bf..17ba5cb5fe 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -427,6 +427,17 @@ treeview entry { } } +.entry-tag { + @include button(undecorated); + background-color: darken($base_color,10%); + + &:hover { background-color: $base_color; } + + .button { + @include button(undecorated); + background-color: transparent; + } +} /*********** * Buttons *